Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Course filter adds duplicate values #275

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

hinakhadim
Copy link
Contributor

The@edx/paragon has a bug in the version 20.44.0 which is currently being used in frontend-app-learner-dashboard as mentioned in #260 . The bug is that when clicking on any filter option, it is added twice which also resulted in unexpected behaviour of remove filter option. On Debugging, it is found that the bug is existed in the @edx/paragon (clicking on checkbox resulted in duplicate calls of onChange). This bug has been fixed in two versions of @edx/paragon that are v20.46.3 and v21.5.3. More details can be found here: Link to @edx/paragon PR

This PR is updating the @edx/paragon version to v20.46.3 which will closed the #260 .

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4730cf8) 96.04% compared to head (83af928) 96.36%.

❗ Current head 83af928 differs from pull request most recent head 24cc560. Consider uploading reports for the commit 24cc560 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #275      +/-   ##
==========================================
+ Coverage   96.04%   96.36%   +0.32%     
==========================================
  Files         194      194              
  Lines        1844     1843       -1     
  Branches      322      326       +4     
==========================================
+ Hits         1771     1776       +5     
+ Misses         68       62       -6     
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinhynes
Copy link
Contributor

Thanks for this! Looks good to me but I suppose there are a few conflicts that must be resolved. If you could fix those up I can make sure this gets merged. :)

@justinhynes
Copy link
Contributor

@hinakhadim I didn't properly tag you in my first comment (sorry!). I approved the changes but there are some conflicts that need to be resolved. Could you rebase your changes and fix any conflicts? I'll ensure we merge it right after it passes all checks.

Thanks!

@hinakhadim
Copy link
Contributor Author

Thanks @justinhynes for your co-operation. I've resolved the conflicts and feel free to test it.

@justinhynes justinhynes merged commit bc377b2 into openedx:master Feb 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants